Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Color Style

kSolarizeImageFilterType ('solr')

The color style effect allows you to apply two color stylizations to a single source. They are:

Both these effects work on a per-channel basis, which means that the red, green and blue components of each pixels are independently passed through the respective algorithm.

For solarization, a maximum intensity of 1 and a peak point of 128 are the most commonly used values.

Solarize:
Posterize:

The color style effect takes a maximum of one source and has three parameters.

Parameters

Use the descriptions below to help you understand what the parameters do. To learn how to use parameter atoms, see "Adding Video Effects to a QuickTime Movie"

Name

Code

QTAtom Type

Description

Solarize amount

'solr'

kParameterTypeDataLong

Can be a tween

The maximum intensity of the solarization table.

Solarize point

'solp'

kParameterTypeDataLong

Can be a tween

The peak point of the solarization table.

Posterize
amount

'post'

kParameterTypeDataLong

Can be a tween

The number of colors that are grouped and replaced with the mid-range color.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |